From: Lars Magne Ingebrigtsen Date: Sun, 11 Sep 2011 14:49:24 +0000 (+0200) Subject: Clarify slightly the last checkin. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2321 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=45d16d8bed737c347c0a75706526abf6135028f8;p=emacs.git Clarify slightly the last checkin. --- diff --git a/src/fileio.c b/src/fileio.c index 6cfddde424b..e48fd89d7cb 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -5048,7 +5048,7 @@ DEFUN ("visited-file-modtime", Fvisited_file_modtime, The value is a list of the form (HIGH LOW), like the time values that `file-attributes' returns. If the current buffer has no recorded file modification time, this function returns 0. If the visited file -doesn't exist, `(-1 65535)' will be returned. +doesn't exist, HIGH will be -1. See Info node `(elisp)Modification Time' for more details. */) (void) {